home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id007.dxr / 00113.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  147 b   |  11 lines

  1. on exitFrame
  2.   handcursor(13)
  3.   handcursor(12)
  4.   if soundBusy(1) then
  5.     startTimer()
  6.     go(the frame + 1)
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.